Welcome![Sign In][Sign Up]
Location:
Search - hook com

Search list

[OS programcom编程获取表单域信息

Description: 这是一个用COM获取表单域的程序,可以获取浏览器中的表单中的内容,可以了解用钩子函数等相关技术-This is a form used to obtain COM domain procedures, the browser can access the contents of the form, use the hook can understand the technologies related function
Platform: | Size: 63563 | Author: 李顺古 | Hits:

[Hook apiHookAPI

Description: 本站推出截获和替换Win32 API的开发包HookAPI源码1.62版本-Site launch intercepted and replacement of Win32 API development kit HookAPI source version 1.62
Platform: | Size: 65536 | Author: 站长 | Hits:

[Hook apiCloseADW

Description: 关闭IE的弹出广告窗口的工具的源代码。使用了Hook和IE的COM扩展接口.-Close the pop-up ads IE window tool s source code. Hook and IE using the COM port expansion.
Platform: | Size: 36864 | Author: 段延松 | Hits:

[SourceCodeVC_Computerspy

Description: 它将记录所有的按键。示范了如何写一个全局钩子,记录密码,并将之发送给您的邮箱。-It will record all the keys. Demonstration of how to write a global hook, recording passwords, and to send to your mailbox.
Platform: | Size: 34816 | Author: 郑慧杰 | Hits:

[Internet-Networkhosthook

Description: com写的网络ip地址挂起的程序-com write network ip address hang procedures
Platform: | Size: 16384 | Author: 程立君 | Hits:

[Hook apiCOM_Com

Description: You can hook the system and do what you want!
Platform: | Size: 1319936 | Author: 龙泰旭 | Hits:

[Windows DevelopHookSys_demo

Description: 一个演示钩子功能的例程.来自www.codeproject.com。-a demonstration of the hook function routines. From www.codeproject.com.
Platform: | Size: 143360 | Author: 刘怀国 | Hits:

[OS programcom编程获取表单域信息

Description: 这是一个用COM获取表单域的程序,可以获取浏览器中的表单中的内容,可以了解用钩子函数等相关技术-This is a form used to obtain COM domain procedures, the browser can access the contents of the form, use the hook can understand the technologies related function
Platform: | Size: 63488 | Author: 李顺古 | Hits:

[Hook apiHookImport_src

Description: Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Platform: | Size: 6144 | Author: l | Hits:

[Hook apiVSNetHelpsrc

Description: Integrate the latest MSDN with VC6 and Hook functions of COM
Platform: | Size: 21504 | Author: | Hits:

[source in ebookhosthook

Description: 关于COM口的说明,如何应用COM口。 -COM ports on the note, how to use COM ports. COM ports on the note, how to use COM ports.
Platform: | Size: 1126400 | Author: wu dao | Hits:

[Hook apiHooking_DirectX_COM_src

Description: hook directx com dinput
Platform: | Size: 46080 | Author: 终年高 | Hits:

[OS programHooking_DirectX_COM_src

Description: Hook directx和com技术的源码,跟普通hook api存在着一些区别-Hook directx and com-source technology with ordinary hook api there are some differences between
Platform: | Size: 27648 | Author: nile | Hits:

[OtherHook

Description: OLE DB,对象链接与嵌入数据库。 OLE DB在两个方面对ODBC进行了扩展。首先, OLE DB提供了一个数据库编程的COM接口;第二, OLE DB提供了一个可用于关系型和非关系型数据源的接口。 OLE DB的两个基本结构是OLE DB提供程序(Provider)和OLE DB用户程序(Consumer)。-OLE DB, Object Linking and Embedding Database. OLE DB for ODBC in the two areas have been extended. First of all, OLE DB provides a database programming COM interfaces second, OLE DB can be used to provide a relational and non-relational data source interface. OLE DB is the basic structure of the two OLE DB Provider (Provider) and OLE DB user program (Consumer).
Platform: | Size: 6144 | Author: 王大勇 | Hits:

[Hook apihosthook

Description: this is in-process com, it can hook call information by it
Platform: | Size: 16384 | Author: min | Hits:

[Hook apiCOMHook_Src

Description: Visual C++ HOOK COM接口-Visual C++ HOOK COM Interface
Platform: | Size: 56320 | Author: mce | Hits:

[Delphi VCLBmsApiHook22_06_2005(2)

Description: hook com as api do windows muito bom
Platform: | Size: 166912 | Author: RMOP | Hits:

[Hook apiHook-com

Description: 使用钩子截取串口数据的入门程序,使用dll注入方氏。-Use hook intercepts the serial data entry procedures, the use of dll' s into the side.
Platform: | Size: 348160 | Author: 阿龙 | Hits:

[OS programdelphi-hook-library

Description: wr960204武稀松.2012.2 主页 http://www.raysoftware.cn 通用Hook库. 支持X86和X64. Get 使用了开源的BeaEngine反汇编引擎.BeaEngine的好处是可以用BCB编译成OMF格式的Obj, 被链接进Delphi的DCU和目标文件中.不需要额外带DLL. BeaEngin引擎 http://www.beaengine.org/ 限制: 1.不能Hook代码大小小于5个字节的函数. 2.不能Hook前五个字节中有跳转指令的函数. 希望使用的朋友们自己也具有一定的汇编或者逆向知识. Hook函数前请确定该函数不属于上面两种情况. 另外钩COM对象有一个技巧,如果你想在最早时机勾住某个COM对象, 可以在你要钩的COM对象创建前自己先创建一个该对象,Hook住,然后释放你自己的对象. 这样这个函数已经被下钩子了,而且是钩在这个COM对象创建前的.-Wr960204 Wu not.2012.2 Home http://www.raysoftware.cn General Hook library. Support X86 and Get X64. The use of open source BeaEngine anti compilation engine.BeaEngine the benefits of BCB can be compiled into OMF format Obj, Be linked into DCU s Delphi and target files. No extra tape DLL. BeaEngin engine Http://www.beaengine.org/ Limited: 1 can not Hook code size is less than 5 bytes of function. 2 can t Hook the first five bytes in a jump instruction function. Friends who want to use their own also has a certain assembly or reverse knowledge. Hook function before you determine that the function does not belong to the above two cases. In addition to hook COM object has a skill, if you want to hook in the first time a COM object, You can create a COM object that you want to hook before you create an object, Hook live, and then release your own objects. This function has been under the hook, and the hook in the COM object before the creation of the.
Platform: | Size: 929792 | Author: YyQ | Hits:

[OtherHOOK-MENU-2003___Page_vbfrance.com

Description: pretty hook menu src
Platform: | Size: 79872 | Author: sdfsdfsdf@lilylee.co | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net